home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P138 < prev    next >
Text File  |  1994-02-13  |  3KB  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   138
  6.  
  7.      152 to 153     int            Phone on hook during maintenance flag.
  8.      154 to 155     int            No one word names flag.
  9.      156 to 157     int            No bulletin menu at log on flag.
  10.      158 to 159     int            Aliases allowed flag.
  11.      160 to 161     int            Clear screen before displaying
  12.                                    internally generated menu screens.
  13.      162 to 163     int            Exact file name matching for upload dupe
  14.                                    checking.
  15.      164 to 165     int            Disable the new user birth date question
  16.                                    flag.
  17.      166 to 167     int            Disable detailed log entries flag.
  18.      168 to 169     int            Major version number.
  19.      170 to 171     int            Minor version number.
  20.      172 to 173     int            RIPScrip support flag.
  21.      174 to 175     int            Minimum security level for file
  22.                                    attachements.
  23.      176 to 177     int            Minimum security level for using @-
  24.                                    variables in local message conferences.
  25.      178 to 179     int            Quick logon flag.
  26.      180 to 181     int            Use aliases or real names flag between
  27.                                    nodes on multinode systems.
  28.      168 to 256     char [75]      Reserved for future use.  All zeros.
  29.  
  30.  
  31.      SYSDAT2.DAT
  32.      -----------
  33.  
  34.      Is TriBBS's means for accessing the system data and main work
  35.      directory between nodes and is located in each node's main directory. 
  36.      It uses the following format:
  37.  
  38.      Byte           Data           Description
  39.      Position       Type
  40.       1 to  81      char [81]      The path to node 1's main directory.
  41.      82 to 256      char [175]     Reserved for future use.  All zeros.
  42.  
  43.  
  44.      NODE.DAT
  45.      --------
  46.  
  47.      Is the node configuration file and is located in each node's main
  48.      directory.  It uses the following format:
  49.  
  50.      Byte           Data           Description
  51.      Position       Type
  52.        1 to  81     char [81]      The modem's initialization string.
  53.       82 to  86     char [5]       The error correcting connection message.
  54.       87 to  95     char [9]       The date of the last call.
  55.       96 to  97     int            The node number.
  56.       98 to  99     unsigned       The modem's maximum baud rate.
  57.      100 to 101     int            The modem's serial port.
  58.  
  59.  
  60.  
  61.  
  62.